01. Intro to ECG Signal Processing

heading

Introduction to ECG Processing

ND320 C4 L4 01 Intro To ECG Signal Processing

Intro to ECG Signal Processing Recap

Summary

In this lesson, you will build an algorithm that processes the ECG signal to find the heartbeats. You will then build an algorithm that takes these heartbeat locations and detects atrial fibrillation. We will learn about the physiology of the heart during normal function as well as during atrial fibrillation. This will help us build better features for our algorithms.

Lesson Outline

  • Heart Physiology
  • QRS Complex Detection
    • Pan-Tompkins Algorithm
    • Extending Pan-Tompkins
  • Atrial Fibrillation Physiology
  • Arrhythmia Detection
    • Computing in Cardiology Challenge 2017
    • Data Exploration
    • Feature Extraction
    • Modelling

Lesson Concepts

Below is a diagram describing the concepts that we will cover in this lesson. Specifically, we will build a system where two algorithms are cascaded together. Each algorithm is capable of producing clinically meaningful results, but the QRS complex detection algorithm’s output is fed into the arrhythmia detector.

overarching concepts

Lesson Concepts

Lesson Concepts